home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Src / calls.h < prev    next >
C/C++ Source or Header  |  1993-06-11  |  632b  |  19 lines

  1. /* ******************************************************************** */
  2. /*  calls.h          Copyright (C) Codemist and University of Bath 1989 */
  3. /*                                                                      */
  4. /* explicit funcalls                            */
  5. /* ******************************************************************** */
  6.  
  7. extern LispObject Fn_apply(LispObject*);
  8. extern LispObject apply1(LispObject*);
  9. extern LispObject apply2(LispObject*);
  10. extern LispObject apply3(LispObject *);
  11.  
  12. extern EUDECL(macroexpand_1);
  13.  
  14. extern EUDECL( Sf_macroexpand_1);
  15. extern EUDECL(Sf_macroexpand);
  16.  
  17. extern void initialise_calls(LispObject*);
  18.  
  19.